This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Make it like this instead... ~Rebecca Asaponechekakol 18.Dec.03 08:48 AM a Web browser General All ReleasesAll Platforms
i resized it a few times...
For i=1 To count
If datelist(i) Is Nothing Then
Call protocol.AddEntry(" - null value")
Else
Call protocol.AddEntry(" - "+datelist(i).DateOnly)
End If
Next
and this one returns only my date values, no null value, but my field is still empty...